use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)
commit379ed2818335538f5623b421aa48ad6918866d11
tree79fbf963910d7f6f59cd406d6031cb6f9a812f53
parent7a39e04a1718ea5ae855dcd3a361727a5f027f6c
use qWaitForWindowExposed instead of qWaitForWindowActive

Forwarded: no
Last-Update: 2019-04-21

The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.

Gbp-Pq: Name wait_for_window_exposed.patch
tests/auto/quicktest/signalspy/tst_signalspy.cpp